Add org to guest

Add an org to a guest company

Request
path Parameters
guestId
required
string
Request Body schema: application/json
org_id
required
string
Responses
200

Ok

patch/project/{projectId}/guests/{guestId}/addOrg
Request samples
application/json
{
  • "org_id": "string"
}
Response samples
application/json
{
  • "org_id": "someOrgId"
}